Has the `message-passing/shared-state' dilemma (concurrency & distribution) taken form of a `Holywar

Posted by Bubba88 on Stack Overflow See other posts from Stack Overflow or by Bubba88
Published on 2010-05-09T13:24:26Z Indexed on 2010/05/09 13:28 UTC
Read the original article Hit count: 230

I'm not too well-informed about the state of the discussion about which model is better, so I would like to ask a pretty straight question: Does it look like two opposing views having really heatened dispute? E.g. like prototype/class based OOP or dynamic vs. static typing

(though these are really not much fitting examples, I just do not know how to express my question more clearly)

© Stack Overflow or respective owner

Related posts about concurrency

Related posts about message-passing

  • UI message passing programming paradigm

    as seen on Programmers - Search for 'Programmers'
    I recently (about two months ago) read an article that explained some user interface paradigm that I can't remember the name of and I also can't find the article anymore. The paradigm allows for decoupling the user interface and backend through message passing (via some queueing implementation).… >>> More

  • what is message passing in OO?

    as seen on Programmers - Search for 'Programmers'
    I've been studying OO programming, primarily in C++, C# and Java. I thought I had a good grasp on it with my understanding of encapsulation, inheritance and polymorphism (as well as reading a lot of questions on this site). One thing that seems to popup up here and there is the concept of "message… >>> More

  • Message Passing Interface (MPI)

    as seen on Daniel Moth - Search for 'Daniel Moth'
    So you have installed your cluster and you are done with introductory material on Windows HPC. Now you want to develop an application with the most common programming model: Message Passing Interface.The MPI programming model is a standard with implementations from many vendors. For newbies (like… >>> More

  • Chrome extension - Message Passing

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hey there. I'm trying to get the info that is set on the Options Page to alter the behavior of my extension. Basically, if a checkbox on OptionsPage is set to true, the extension runs, otherwise it doesn't. I'm returning true on the background.html for testing purposes, but still, it doesn't work… >>> More

  • Java Thread Message Passing

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm writing an Android app. I have a main method, which creates and runs a new Thread using an anonymous inner Runnable class. The run() method, when it's done, calls a method on it's parent class (in the main thread) that calls notifyDataSetChanged() so that the main thread can redraw the new data… >>> More